VersionRange

Undocumented in source.

Members

Functions

isInRange
bool isInRange(TargetVersion v)

Compares both major and minor to min and max versions. Currently, patch, modifier and modifier version are ignored.

toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

parse
VersionRange parse(string min, string max)
max
TargetVersion max;
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

min
TargetVersion min;
Undocumented in source.

Meta